|
|
|
BlueCielo Meridian Global Collaboration Framework 2012 SP1 Administrator's Guide | BlueCielo ECM Solutions |
Some of the standard Meridian Enterprise events occur during GCF import and export operations. In the following lists, an asterisk (*) is used for brevity but indicates that there are separate Initiate, Before, After, and Terminate events that are otherwise named the same:
BrcEvent_BeforeInclude
BrcEvent_AfterInclude
BrcEvent_BeforeWriteProperty
BrcEvent_BeforeImport
BrcEvent_AfterImport
BrcEvent_AfterReadProperty
BrcEvent_Before_Create
BrcEvent_BeforeOpen
BrcEvent_AfterOpen
BrcEvent_BeforeClose
DocWorkingCopyEvent_*CreateWC
DocWorkingCopyEvent_*SubmitWC
DocWorkflowEvent_*ChangeWFPerson
DocWorkAreaEvent_*Assign
DocWorkAreaEvent_*Cancel
DocWorkAreaEvent_*Release
To skip the execution of your custom code (if any) during these events so that it doesn't interfere with GCF processing, add the following line to the top of the applicable event handler procedures:
If Vault.Argument("IsGcf") then Exit Sub
Note The name of the argument is case-sensitive.
Note The same modification should be made to any custom .NET user interface extensions if they implement handlers for the preceding events. In that case, the GCF Events extension should be moved to the top of the list of .NET extensions applied to a document type as described in the BlueCielo Meridian Enterprise Configuration Guide.
Related concepts
Understanding the system requirements
Understanding work area support
Related tasks
Integrating custom GCF script with GCF 2012
Updating custom GCF script to GCF 2012
Understanding common conflicts
Controlling the GCF with VBScript
Hiding the Collaboration Status property page
Confirming deletion of documents
Registering the Meridian Enterprise extensions
Importing the briefcase settings
Installing the Meridian Enterprise processors
Related information
Copyright © 2000-2012 BlueCielo ECM Solutions |